16. Reading in Context

Reading in Context

Which context shown below will allow you to read data if you are an authenticated user and the data is a gif?

match /{imageId}
SOLUTION: allow read: if request.auth != null && imageId.matches(".*\.gif")